home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TQUICKCOMPAREDIALOG / TQUICKCOMPAREDIALOG.txt
Text File  |  2008-11-03  |  2KB  |  97 lines

  1. inherited QuickCompareDialog: TQuickCompareDialog
  2.   Left = 501
  3.   Top = 240
  4.   ActiveControl = ViewBtn
  5.   Caption = 'Quick Compare'
  6.   ClientHeight = 160
  7.   ClientWidth = 385
  8.   OnClose = FormClose
  9.   OnCloseQuery = FormCloseQuery
  10.   OnCreate = FormCreate
  11.   OnShow = FormShow
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object IconImage: TUiImage
  15.     Left = 16
  16.     Top = 16
  17.     Width = 32
  18.     Height = 32
  19.   end
  20.   object LeftSpecLbl: TUiLabel
  21.     Left = 72
  22.     Top = 16
  23.     Width = 305
  24.     Height = 13
  25.     AutoSize = False
  26.     Caption = '%'
  27.   end
  28.   object RightSpecLbl: TUiLabel
  29.     Left = 72
  30.     Top = 32
  31.     Width = 305
  32.     Height = 13
  33.     AutoSize = False
  34.     Caption = '%'
  35.   end
  36.   object QuickCompareLbl: TUiLabel
  37.     Left = 72
  38.     Top = 64
  39.     Height = 13
  40.     Caption = 'Quick Compare:'
  41.   end
  42.   object ResultsLbl: TUiLabel
  43.     Left = 100
  44.     Top = 80
  45.     Height = 13
  46.     Caption = '%'
  47.     FontStyle = [fsBold]
  48.   end
  49.   object ResultsImage: TUiImage
  50.     Left = 72
  51.     Top = 80
  52.     Width = 28
  53.     Height = 16
  54.     Images = BcImages.ContentImages
  55.   end
  56.   object ViewBtn: TUiButton
  57.     Left = 224
  58.     Top = 112
  59.     Caption = 'Open &View'
  60.     Default = True
  61.     TabOrder = 1
  62.     OnClick = ViewClick
  63.     AutoSize = asRight
  64.   end
  65.   object SessionClassEdit: TUiComboBox
  66.     Left = 8
  67.     Top = 112
  68.     Width = 145
  69.     Height = 21
  70.     Style = csDropDownList
  71.     ItemHeight = 13
  72.     TabOrder = 0
  73.   end
  74.   object CloseBtn: TUiButton
  75.     Left = 304
  76.     Top = 112
  77.     Cancel = True
  78.     Caption = 'Close'
  79.     ModalResult = 2
  80.     TabOrder = 2
  81.     AutoSize = asRight
  82.   end
  83.   object ShowQuickCompareEdit: TUiCheckBox
  84.     Left = 8
  85.     Top = 139
  86.     Height = 17
  87.     Caption = 'Show this dialog on file compare startup'
  88.     TabOrder = 3
  89.   end
  90.   object Timer: TTimer
  91.     Interval = 500
  92.     OnTimer = TimerTimer
  93.     Left = 344
  94.     Top = 80
  95.   end
  96. end
  97.